home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTEM / UTIL2.LZH / BROWSE.DOC < prev    next >
Text File  |  1986-11-05  |  3KB  |  59 lines

  1.  
  2.  
  3.                                 
  4.                             HOW  TO  USE  BROWSE.COM
  5.  
  6.          BROWSE.COM  lets you do what the DOS TYPE command doesn't: 
  7.          move forward and backward within a display file, line by line 
  8.          or screen by screen.
  9.  
  10.          The author of this utility program is Charles Petzold, a 
  11.          contributing editor of PC Magazine.  The ASSEMBLY and BASIC 
  12.          source codes to make BROWSE.COM appeared in the March 25, 1986,
  13.          Volume 5, Number 6 issue of PC Magazine.  
  14.  
  15.          BROWSE writes directly to the display, so it's fast, and it 
  16.          uses the cursor keys to navigate within the file, line by 
  17.          line, screen by screen, backward and forward, left and right.
  18.  
  19.          BROWSE is easy to use. Just enter  A>BROWSE filename
  20.                                 
  21.          Since BROWSE requires DOS 2.0 or later, you can use a drive 
  22.          and path specification before the filename.
  23.  
  24.          When you invoke BROWSE, it save the current screen contents and
  25.          displays the first 25 lines of the file.  To see the next 25
  26.          lines, press PGDN.  To go backward 25 lines, press PGUP.  To go
  27.          ahead or back one line at a time, use the Cursor Up and Cursor
  28.          Down keys.  The Home keys brings you back to the top of the file.
  29.          The End key displays the last line of the file on the screen.
  30.          
  31.          For lines longer than 80 columns, BROWSE does not word wrap the
  32.          rest of the line on the display but truncates the line at the
  33.          right of the display instead.  If you want to see the rest of
  34.          the line, you scroll the display horizontally by pressing the
  35.          Cursor Right key.  Each time you press the Cursor Right key the
  36.          display window moves eight characters to the right. The Cursor
  37.          Left key brings the display window back to normal.
  38.  
  39.          To get out of BROWSE, simply press the ESC key or CTRL-BREAK.  
  40.          Your previous screen will be restored, and you'll be back at 
  41.          the DOS command level.
  42.  
  43.          BROWSE has the following four error messages:
  44.             "Requires DOS 2.0 or above" will appear if you try to run the
  45.                  program under DOS 1.1.
  46.             "Not enough memory." BROWSE requires about 33K to run.
  47.             "File not found." BROWSE could not find the file.
  48.             "Unsupported video mode." BROWSE writes directly to the screen,
  49.                  so it prints this message if the screen happens to be in a
  50.                  graphics mode.
  51.  
  52.          To get the complete story, see the article, which starts on 
  53.          page 253 of the above mentioned issue of PC Magazine.
  54.  
  55.          To print this file, set the printer to the top of the page 
  56.          and enter the following command:                 
  57.  
  58.                     A> copy BROWSE.DOC prn
  59.